home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / sync / dfax103.zip / FAXSERVR.BAT < prev    next >
DOS Batch File  |  1996-03-01  |  253b  |  12 lines

  1. @echo off
  2. :top
  3.  
  4. rem Change the number in the line below to a number of minutes you wish to wait
  5. rem between FAX attempts.
  6. dwait 5
  7.  
  8. rem Change the command line below to match your hardware and software needs.
  9. dfaxcall \BGFAX /TYPE=7
  10.  
  11. goto top
  12.